-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
547289 - Provide javadoc for org.eclipse.passage.lic.api package #25
Conversation
eparovyshnaya
commented
Oct 23, 2019
- javadoc is added to ConditionTransportRegistry
- since versions are deduced and appended to both ConditionTransport* classes
…i package -- added javadoc for ConditionTransportRegistry Signed-off-by: Elena Parovyshnaia <[email protected]>
…i package -- deduce and append `since` version Signed-off-by: Elena Parovyshnaia <[email protected]>
…i package -- javadoc formatted Signed-off-by: Elena Parovyshnaia <[email protected]>
…i package -- added javadoc for methods parameters Signed-off-by: Elena Parovyshnaia <[email protected]>
…i package -- formatted javadoc Signed-off-by: Elena Parovyshnaia <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please consider using "Adds" instead of "Appends" for registeries or describe why "Appends" is better here than "Adds"
...e.passage.lic.api/src/org/eclipse/passage/lic/api/conditions/ConditionTransportRegistry.java
Show resolved
Hide resolved
ConditionTransport getConditionTransportForContentType(String contentType); | ||
|
||
/** | ||
* Appends the {@code transport} to the <i>registry</i> with the given set of properties. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appends
implies some implementation like as the last element of something
, maybe in my mind only. But I would prefer to see Adds
here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
…i package -- correct wording as requested in code review Signed-off-by: Elena Parovyshnaia <[email protected]>